@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.topBox {
	margin: 0 auto;
	width: 92%;
	min-width: 1200px;
	padding: 0 0 30px;
}

.topBox .title {
	position: relative;
	color: #333;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}

.topBox .title:before {
	display: block;
    content: '';
    width: 30%;
    height: 1px;
	border-top: 1px dotted #c9c9c9;
    position: absolute;
    left: 0;
    top: 50%;
}

.topBox .title:after {
	display: block;
    content: '';
    width: 30%;
    height: 1px;
	border-top: 1px dotted #c9c9c9;
    position: absolute;
    right: 0;
    top: 50%;
}

.topBox .title span {
	margin: -15px 10px 0 0;
	display: inline-block;
	color: #1488F5;
	font-size: 70px;
	font-family: Impact;
	font-style: oblique;
	vertical-align: middle;
}

.feature{
    margin: 50px auto;
}

.feature li {
    width: 25%;
    float: left;
    position: relative;
}

.feature li:after {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
	border-left: 1px dotted #c9c9c9;
}

.feature li:last-child:after {
    display: none;
}

.feature li .com-img {
    width: 160px;
    height: 160px;
    margin: 0 auto;
	overflow: hidden;
    text-align: center;
	border: 8px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
}

.feature li img {
    width: 100%;
}

.feature li h3 {
	margin: 8px 0;
    color: #1488F5;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
}

.feature li p {
    color: #6a6a6a;
    font-size: 16px;
    text-align: center;
}

.feature li:hover .com-img img {
    animation: swing 1s infinite linear;
}

.product {
	padding-bottom: 50px;
	background: #fff url(../images/pro_bg.jpg) no-repeat center top;
	background-size: cover;
}

.proLead {
	margin: 0 auto 20px;
	width: 92%;
	min-width: 1200px;
}

.proLead li {
	margin: 0 1% 20px;
	width: 14.66666%;
	float: left;
}

.proLead li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #ED791C;
	border-radius: 40px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;

}

.proLead li a:hover {
	background: #1488F5;
}

#top_scroll {
	margin: 0 auto;
	width: 92%;
	min-width: 1200px;
	height: 800px;
	overflow: hidden;
}

.proList03 {
	margin: 0 auto;
	width: 90%;
	min-width: 1300px;
}

.proList02 {
	margin: 0 auto;
	width: 90%;
	min-width: 1300px;
}

.proList li {
	margin: 0 0.5% 30px;
	width: 24%;
	float: left;
	background: #fff;
}

.proList02 li {
	width: 19%;
}

.proList li a {
	padding: 10px;
	display: block;
	border: 1px solid rgba(20,136,245,.2);
	border-radius: 10px;
}

.proList li a .photo {
	overflow: hidden;
}

.proList li a img {
	width: 100%;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.proList li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.proList li a p {
	padding: 15px;
	color: #333;
	font-size: 18px;
	position: relative;
	z-index: 1;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.proList li a p span {
	display: block;
	z-index: 2;
	position: relative;
}

.proList li a p:before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
	background: rgba(102,102,102,.2);
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.proList li a p:after {
    display: block;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	z-index: 1;
	background: rgba(20,136,245,1);
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.proList li a:hover p {
	color: #fff;
}

.proList li a:hover p:after {
    width: 100%;
}

.banner {
	height: 185px;
	background: url(../images/banner_bg.jpg) no-repeat center center;
	background-size: cover;
}

.banner .sub {
	margin: 0 auto;
	width: 90%;
	min-width: 1200px;
	position: relative;
}

.banner .sub p {
	padding-top: 48px;
	float: left;
	color: #fff;
	font-style: oblique;
	font-size: 35px;
	font-weight: bold;
}

.banner .sub p span {
	display: block;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

.banner .sub .tel {
	padding-top: 48px;
	float: right;
	color: #fff;
	font-size: 20px;
}

.banner .sub .tel span {
	display: block;
	font-size: 40px;
	font-family: Impact;
}

.banner .sub .pic {
	position: absolute;
	left: 51%;
	top: 10%;
}
	
.banner .sub .pic img {
	width: 300px;
}

.advantage {
	margin: 0 auto;
	padding: 70px 0 50px;
	width: 92%;
	min-width: 1200px;
}

.advantage .photoBox {
	width: 42%;
	height: 300px;
	position: relative;
}

.advantage .photoBox01 {
	background: url(../images/ad_img01.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .photoBox02 {
	background: url(../images/ad_img02.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .photoBox03 {
	background: url(../images/ad_img03.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .photoBox04 {
	background: url(../images/ad_img04.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .photoBox .num {
	padding-top: 20px;
	width: 90px;
	height: 100px;
	position: absolute;
	left: 30px;
	top: -30px;
	color: #fff;
	font-size: 50px;
	text-align: center;
	background: #1488F5;
}

.advantage .photoBox .num:before {
	position: absolute;
	left: 10%;
	bottom: 10px;
	content: "";
	width: 80%;
	height: 7px;
	background: #fff;
}

.advantage .photoBox img {
	width: 100%;
}

.advantage .textBox {
	width: 55%;
}

.advantage .imgBoxL {
	margin-bottom: 50px;
}

.advantage .imgBoxL .photoBox {
	float: left;
}

.advantage .imgBoxL .textBox {
	padding-top: 20px;
	float: right;
}

.advantage .imgBoxR {
	margin-bottom: 40px;
}

.advantage .imgBoxR .photoBox {
	padding-top: 10px;
	float: right;
}

.advantage .imgBoxR .textBox {
	padding-top: 10px;
	float: left;
}

.advantage dt {
	padding: 0 0 20px;
	color: #1488F5;
	font-size: 35px;
	font-weight: bold;
	position: relative;
}

.advantage dt span {
	margin: 5px 0;
	display: block;
	color: #666;
	font-weight: normal;
	font-size: 16px;
}

.advantage dd {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	font-size: 16px;
	line-height: 1.7;
	position: relative;
}

.advantage dd:before {
	position: absolute;
	left: 0;
	top: 12px;
	content: "";
	width: 8px;
	height: 8px;
	background: #FF6637;
	border-radius: 50%;
}

.case {
	padding: 50px 0 70px;
	background: #F8F8F8;
}

.case .slider {
	margin: 0 auto;
	width: 92%;
	min-width: 1200px;
}

.case li {
	margin-right: 20px;
	width: 400px;
	float: left;
}

.case .slider02 li {
	width: 260px;
}

.case li a {
	padding: 10px;
	display: block;
	background: #fff;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 10px;
}

.case li a .photo {
	overflow: hidden;
}

.case li a img {
	width: 100%;
	overflow: hidden;
}

.case li a p {
	padding: 15px;
	color: #333;
	font-size: 18px;
	position: relative;
	z-index: 1;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.case li a p span {
	display: block;
	z-index: 2;
	position: relative;
}

.case li a p:before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
	background: rgba(102,102,102,.2);
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.case li a p:after {
    display: block;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	z-index: 1;
	background: rgba(20,136,245,1);
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.case li a:hover p {
	color: #fff;
}

.case li a:hover p:after {
    width: 100%;
}

.banner02 {
	padding: 60px 0;
	text-align: center;
	background: url(../images/banner_bg02.jpg) no-repeat center center;
	background-size: cover;
}

.banner02 .ttl {
	color: #1488F5;
	font-size: 40px;
	font-weight: bold;
}

.banner02 .txt {
	color: #6B6B6B;
	font-size: 15px;
}

.scope {
	height: 700px;
	background: url(../images/app_box.jpg) no-repeat center center;
	background-size: cover;
}

.scope li {
	width: 16.666666%;
	height: 700px;
	float: left;
}

.scope li p {
	padding-top: 300px;
	height: 700px;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.scope .scope01:hover {
	background: url(../images/scope01.jpg) no-repeat center center;
	background-size: cover;
}

.scope .scope02:hover {
	background: url(../images/scope02.jpg) no-repeat center center;
	background-size: cover;
}

.scope .scope03:hover {
	background: url(../images/scope03.jpg) no-repeat center center;
	background-size: cover;
}

.scope .scope04:hover {
	background: url(../images/scope04.jpg) no-repeat center center;
	background-size: cover;
}

.scope .scope05:hover {
	background: url(../images/scope05.jpg) no-repeat center center;
	background-size: cover;
}

.scope .scope06:hover {
	background: url(../images/scope06.jpg) no-repeat center center;
	background-size: cover;
}

.scope li:hover p {
	background: rgba(20,136,245,.5);
}

.scope li p span {
	display: block;
	font-size: 15px;
	font-weight: normal;
	opacity: 0.7;
}

.scope li:hover p {
	padding-top: 230px;
}

.scope li p:after {
	margin-left: -17px;
    display: block;
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    left: 50%;
    top: 60%;
	opacity: 0;
	background: url(../images/jia.png) no-repeat center center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.scope li:hover p:after {
	opacity: 1;
    top: 50%;
}

.about {
	padding: 100px 0;
	background: url(../images/about_bg.jpg) no-repeat center center;
	background-size: cover;
}

.about .inner {
	margin: 0 auto 50px;
	width: 90%;
	min-width: 1200px;
}

.about .photo {
	margin-right: -15px;
	width: 46%;
	height: 450px;
	float: right;
	background: url(../images/about.jpg) no-repeat left center;
	background-size: cover; 
}

.about .textBox {
	width: 50%;
	float: left;
}

.about .textBox h2 {
	margin-bottom: 30px;
	color: #1488F5;
	font-size: 40px;
	line-height: 1.2;
}

.about .textBox h2 span {
	display: block;
	color: #FE6D0A;
	font-family: Impact;
	font-size: 35px;
}

.about .textBox p {
	margin-bottom: 15px;
	color: #333;
	font-size: 15px;
	text-indent: 2em;
}

.about .textBox .link a {
	padding: 5px 0;
	width: 150px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #FE6D0A;
	border-radius: 30px;
}

.about .textBox .linkul {
	margin-top: 30px;
}

.about .textBox .linkul li {
	width: 20%;
	float: left;
	text-align: center;
}

.about .textBox .linkul li a {
	display: block;
}

.about .textBox .linkul li a:hover {
	opacity: 0.8;
}

.about .textBox .linkul li span {
	margin-top: 10px;
	display: block;
	font-size: 16px;
	text-align: center;
}

.feaList {
	margin: 0 auto;
	width: 92%;
	min-width: 1200px;
	background: #fff;
	box-shadow: 1px 1px 4px rgba(0,0,0,.4);
}

.feaList li {
	padding: 30px 0;
	width: 25%;
	float: left;
	text-align: center;
}

.feaList li .ttl {
	margin-top: -13px;
	display: inline-block;
	color: #FE6D0A;
	font-size: 40px;
	font-weight: bold;
	vertical-align: middle;
}

.feaList li .txt {
	display: block;
	color: #666;
	font-size: 16px;
}

.news {
	padding: 70px 0;
	margin: 0 auto;
	width: 92%;
	min-width: 1200px;
}

.news  .left {
	width: 40%;
	float: left;
	background: #fff;
}

.news .left .newsImg {
	height: 370px;
	background: url(../images/news_img.jpg) no-repeat center center;
	background-size: cover;
}

.news .left .newttl {
	padding: 20px 15px 10px;
	color: #444;
	font-size: 18px;
	font-weight: bold;
}

.news .left .newttl a:hover {
	text-decoration: underline;
}

.news .left .newsTxt {
	padding: 0 15px 30px;
	color: #666;
	font-size: 16px;
	line-height: 1.7;
}

.news .imgList {
	width: 58%;
	float: right;
}
	
.news .imgList li {
	margin: 0 1% 10px;
	padding: 0 0 10px;
	color: #666;
	font-size: 15px;
	list-style: none;
	position: relative;
	border-bottom: 1px dotted #ccc;
}

.news .imgList li a {
	display: block;
	overflow: hidden;
}

.news .imgList li a:hover {
	text-decoration: underline;
}

.news .imgList li .date {
	position: absolute;
	right: 0;
	top: 0;
	color: #ccc;
	font-size: 15px;
}

.news .imgList li .ttl {
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.news .imgList li .txt {
	color: #333;
	font-size: 15px;
	line-height: 1.8;
}

/*------------------------------------------------------------
	about
------------------------------------------------------------*/
.pageAbout {
	margin: 0 auto;
	padding: 0 0 70px;
	width: 92%;
	min-width: 1200px;
}

.pageAbout p {
	font-size: 16px;
	line-height: 2;
	text-indent: 2em;
}

.aboutImg {
	margin-top: 50px;
	padding: 10px;
	box-shadow: 0 0 4px rgba(0,0,0,.2)
}

.aboutImg img {
	width: 100%;
}

/*------------------------------------------------------------
	about
------------------------------------------------------------*/
.detailBox {
	margin: 0 auto;
	width: 1200px;
}

.detailBox .inner {
	margin-bottom: 30px;
}

.detailBox .inner .photo {
	margin-right: 30px;
	width: 48%;
	float: left;
}

.detailBox .inner .photo img {
	width: 100%;
}

.detailBox .inner .textBox {
	width: 48%;
	float: right;
}

.detailBox .inner .textBox .title {
	color: #333;
	font-size: 40px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.detailBox .inner .textBox .title:before {
	display: block;
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
	background: #1488F5;
}

.detailBox .inner .textBox .txt {
	margin: 30px 0 30px 20px;
	color: #666;
	font-size: 15px;
	line-height: 1.7;
}

.detailBox .linkUl {
	margin-bottom: 20px;
}

.detailBox .linkUl li {
	width: 185px;
	float: left;
}

.detailBox .linkUl .btn01 {
	margin-right: 15px;
	padding: 10px 0 10px 30px;
	display: block;
	color: #1488F5;
	font-size: 22px;
	text-align: center;
	border: 1px solid #1488F5;
	border-radius: 5px;
	background: url(../images/tel01.png) no-repeat 10px center;
	background-size: 25px 25px;
}

.detailBox .linkUl .btn02 a {
	padding: 11px 0;
	display: block;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background: #1488F5;
	border-radius: 5px;
}

.detailBox .bText {
	font-size: 15px;
}

.detailBox .bText span {
	margin-right: 10px;
	padding-left: 20px;
	color: #666;
	background: url(../images/icon01.png) no-repeat left center;
	background-size: 15px 15px;
}

.detailBox .infoTtl {
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

.detailBox .infoTtl span {
	margin-top: -1px;
	padding: 15px 0;
	width: 150px;
	display: block;
	font-size: 15px;
	text-align: center;
	border-right: 1px solid #ccc;
	border-top: 3px solid #1488F5;
}

.detailBox .subDetail {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
}

.detailBox .subDetail img {
	margin: 0 auto;
	display: block;
}

.detailBox h3 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}

.pageNews {
	margin: 0 auto 50px;
	width: 92%;
	min-width: 1200px;
}

.pageNews li {
	font-size: 15px;
	position: relative;
	border-bottom: 1px solid #eee;
}

.pageNews li .sub {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.pageNews li a {
	padding: 30px 15px;
	display: block;
	color: #666;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.pageNews li .photo {
	width: 200px;
	height: 160px;
	float: left;
	overflow: hidden;
}

.pageNews li .photo img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.pageNews li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.pageNews li .textBox {
	padding-left: 230px;
}

.pageNews li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 20px;
	color: #333;
}

.pageNews li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #999;
	line-height: 1.7;
}

.pageNews li .textBox .date {
	font-size: 14px;
	color: #999;
}

.pageNews li a:hover {
	background: #1488F5;
}

.pageNews li a:hover .textBox .ttl,
.pageNews li a:hover .textBox .txt,
.pageNews li a:hover .textBox .date {
	color: #fff;
}

.conList {
	margin: 0 auto 50px;
	width: 92%;
	min-width: 1200px;
}

.conList li {
	width: 33.333333333%;
	float: left;
	color: #333;
	font-size: 17px;
	line-height: 2;
	text-align: center;
}

.conList li span {
	margin-top: 15px;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.conList li img {
	margin: 0 auto;
	display: block;
}

#dituContent {
	margin: 0 auto;
	height: 390px;
	border: 1px solid #ccc;
}

.qianhou {
	margin: 0 auto 30px;
	width: 1200px;
	padding: 10px 8px;
	font-size: 15px;
	background:#f5f5f5;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

.qianhou a:hover {
	text-decoration: underline;
}

.content {
	text-align: center;
}

.content img {
	margin-bottom: 10px;
}